bool _usedForNormal
Whether the texture is used for normal mapping (true) or not (false). Useful to know if a texture sho...
Definition: DecodedTextureData.h:17
nkImages::Image _image
If parsing of the image is requested, the image data.
Definition: DecodedTextureData.h:14
nkMemory::String _absPath
The absolute path of the linked image data, if any.
Definition: DecodedTextureData.h:15
Holds data about a decoded texture.
Definition: DecodedTextureData.h:12